Module org.jnetpcap

Record Class PcapRmt.Auth

java.lang.Object
java.lang.Record
org.jnetpcap.windows.PcapRmt.Auth
Record Components:
type - the type
username - the username
password - the password
All Implemented Interfaces:
PcapRmt
Enclosing interface:
PcapRmt

public static record PcapRmt.Auth(int type, String username, String password) extends Record implements PcapRmt
Remote RPCAP authentication structure.