RxMxSidl.GetRxMaskNumber(Address) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Rx Mask Number based on the register address.
public static byte GetRxMaskNumber (Iot.Device.Mcp25xxx.Register.Address address);
static member GetRxMaskNumber : Iot.Device.Mcp25xxx.Register.Address -> byte
Public Shared Function GetRxMaskNumber (address As Address) As Byte
Parameters
- address
- Address
The address to look up Rx Mask Number.
Returns
The Rx Mask Number based on the register address.