imBMW.iBus.MessageRegistry.IsInternal C# (CSharp) Method

IsInternal() public static method

public static IsInternal ( this device ) : bool
device this
return bool
        public static bool IsInternal(this byte device)
        {
            return ((DeviceAddress)device).IsInternal();
        }