# IpmiCommandPayloadPackedNetFnNetFn


## Fields

| Field                                                                             | Type                                                                              | Required                                                                          | Description                                                                       |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `IsRequest`                                                                       | **bool*                                                                           | :heavy_minus_sign:                                                                | True if the least-significant bit is zero                                         |
| `IsResponse`                                                                      | **bool*                                                                           | :heavy_minus_sign:                                                                | True if the least-significant bit is one                                          |
| `Name`                                                                            | **string*                                                                         | :heavy_minus_sign:                                                                | The human-readable name of the NetFn                                              |
| `Raw`                                                                             | **int*                                                                            | :heavy_minus_sign:                                                                | The raw value of the NetFn (6 bits, least significant indicates request/response) |
| `Value`                                                                           | **int*                                                                            | :heavy_minus_sign:                                                                | The normalized value of the NetFn (i.e. raw & 0xfe, so it is always even)         |