Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OBIST_T_ID = []byte{0x81, 0x81, 0xc7, 0x82, 0x03, 0xff}
Functions ¶
This section is empty.
Types ¶
type ManufacturerValueStrategy ¶
type ManufacturerValueStrategy struct { }
func New ¶
func New() ManufacturerValueStrategy
func (ManufacturerValueStrategy) ExtractIntValue ¶
func (m ManufacturerValueStrategy) ExtractIntValue(currentByteInArray int, message []byte) uint64
func (ManufacturerValueStrategy) ExtractStringValue ¶
func (m ManufacturerValueStrategy) ExtractStringValue(currentByteInArray int, message []byte) string
func (ManufacturerValueStrategy) Responsible ¶
func (m ManufacturerValueStrategy) Responsible(currentByteInArray int, message []byte) bool
Click to show internal directories.
Click to hide internal directories.