Versions in this module Expand all Collapse all v1 v1.0.1 Oct 14, 2022 v1.0.0 Jun 2, 2022 Changes in this version + func BitGet(frame byte, position int) byte + func BitSet0(frame *byte, position int) + func BitSet1(frame *byte, position int) + func BytesToInt(b []byte) int + func BytesToIntBigEndian(b []byte) (int, error) + func BytesToIntByOrder(b []byte, order binary.ByteOrder) int + func BytesToIntLittleEndian(b []byte) (int, error) + func BytesToUIntBigEndian(b []byte) (int, error) + func BytesToUIntLittleEndian(b []byte) (int, error) + func InToBytesByOrder(n int, order binary.ByteOrder) []byte + func IntToBytes(n int) []byte + func IntToBytesBigEndian(n int64, bytesLength byte) ([]byte, error) + func IntToBytesLittleEndian(n int64, bytesLength byte) ([]byte, error) + func Poll2Byte(frame *[]byte) int16 + func Poll4Byte(frame *[]byte) int32 + func Print(frame []byte) string