|
| static | BYTE ($value) |
| |
| static | UINT16 ($value, $endianness=0) |
| |
| static | UINT32 ($value, $endianness=0) |
| |
| static | UINT64 ($value, $endianness=0) |
| |
| static | FLOAT32 ($value, $endianness=0) |
| |
| static | INT32 ($value, $endianness=0) |
| |
| static | INT16 ($value, $endianness=0) |
| |
| static | unpackUINT8 ($value) |
| |
| static | unpackINT8 ($value) |
| |
| static | unpackUINT16 ($value, $endianness=0) |
| |
| static | unpackUINT32 ($value, $endianness=0) |
| |
| static | unpackUINT64 ($value, $endianness=0) |
| |
| static | unpackFLOAT32 ($value, $endianness=0) |
| |
| static | unpackINT32 ($value, $endianness=0) |
| |
| static | unpackINT16 ($value, $endianness=0) |
| |
Definition at line 95 of file BayEOSGatewayClient.php.
| static FLOAT32 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static INT16 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static INT32 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static UINT16 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static UINT32 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static UINT64 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackFLOAT32 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackINT16 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackINT32 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackINT8 |
( |
|
$value | ) |
|
|
static |
| static unpackUINT16 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackUINT32 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackUINT64 |
( |
|
$value, |
|
|
|
$endianness = 0 |
|
) |
| |
|
static |
| static unpackUINT8 |
( |
|
$value | ) |
|
|
static |
The documentation for this class was generated from the following file: