ancillarydata.int => integer
Instance Public methods
Returns the data in ancillarydata as an int.
The size and endian is dependent on the host.
1 2 | ancdata = Socket::AncillaryData.int(: UNIX , : SOCKET , : RIGHTS , STDERR .fileno) p ancdata.int #=> 2 |
Please login to continue.