java.lang.Object
org.jnetpcap.SockAddr
org.jnetpcap.SockAddr.IrdaSockAddr
- Enclosing class:
SockAddr
The structure of
sockaddr_irda
, used with AF_IRDA sockets on
windows (winsock2.h) to access link-layer information.-
Nested Class Summary
Nested classes/interfaces inherited from class org.jnetpcap.SockAddr
SockAddr.Inet6SockAddr, SockAddr.InetSockAddr, SockAddr.IpxSockAddr, SockAddr.IrdaSockAddr, SockAddr.LinkSockAddr, SockAddr.PacketSockAddr
-
Method Summary
Methods inherited from class org.jnetpcap.SockAddr
data, family, familyConstant, isFamily, totalLength
-
Method Details
-
serviceName
String specifying the service name.- Returns:
- service name
-
deviceId
public byte[] deviceId()A 4-byte device identifier for the IrDA device.- Returns:
- device id
-
toString
String representation of the structure field values.
-