nss.io¶
This module implements the NSPR IO functions
Functions
|
|
|
Returns the protocol number given the protocol's name. |
|
Returns the protocol name and a tuple of aliases given the protocol's number. |
|
32 bit conversion from host to network |
|
16 bit conversion from host to network |
|
You can use the value returned by interval_now() to establish epochs and to determine intervals (that is, compute the difference between two times) |
|
Converts platform-dependent intervals to standard clock microseconds |
|
Converts platform-dependent intervals to standard clock milliseconds |
|
Converts platform-dependent intervals to standard clock seconds |
|
Converts standard clock microseconds to platform-dependent intervals. |
|
Converts standard clock milliseconds to platform-dependent intervals. |
|
32 bit conversion from network to host |
|
16 bit conversion from network to host |
|
Converts standard clock seconds to platform-dependent intervals. |
|
An integer between 1000 and 100000 indicating the number of ticks per second counted by PRIntervalTime on the current platform. |
Classes
|
|
|
|
|
|
|