PacketOperationsBigEndianDWord Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static byte[] BigEndianDWord(
uint i
)
Public Shared Function BigEndianDWord (
i As UInteger
) As Byte()
public:
static array<unsigned char>^ BigEndianDWord(
unsigned int i
)
static member BigEndianDWord :
i : uint32 -> byte[]
Parameters
- i
- Type: SystemUInt32
Return Value
Type:
ByteSee Also