Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurrentLocalDate ¶
type CurrentLocalDate struct {
Property
}
func NewCurrentLocalDate ¶
func NewCurrentLocalDate() *CurrentLocalDate
func (*CurrentLocalDate) ReadProperty ¶
func (*CurrentLocalDate) WriteProperty ¶
type CurrentLocalTime ¶
type CurrentLocalTime struct {
Property
}
func NewCurrentLocalTime ¶
func NewCurrentLocalTime() *CurrentLocalTime
func (*CurrentLocalTime) ReadProperty ¶
func (*CurrentLocalTime) WriteProperty ¶
type CurrentProtocolServicesSupported ¶
type CurrentProtocolServicesSupported struct {
Property
}
func NewCurrentProtocolServicesSupported ¶
func NewCurrentProtocolServicesSupported() *CurrentProtocolServicesSupported
func (*CurrentProtocolServicesSupported) ReadProperty ¶
func (*CurrentProtocolServicesSupported) WriteProperty ¶
type LocalDeviceObject ¶
type LocalDeviceObject interface { fmt.Stringer fmt.Formatter GetObjectIdentifier() string GetMaximumApduLengthAccepted() *readWriteModel.MaxApduLengthAccepted GetSegmentationSupported() *readWriteModel.BACnetSegmentation GetVendorIdentifier() any GetNumberOfAPDURetries() *uint GetAPDUTimeout() *uint SetApp(a any) GetAPDUSegmentTimeout() *uint GetObjectName() string GetMaxSegmentsAccepted() *readWriteModel.MaxSegmentsAccepted GetObjectList() []string SetObjectList([]string) }
func NewLocalDeviceObject ¶
func NewLocalDeviceObject(_ Args, kwArgs KWArgs, options ...Option) (LocalDeviceObject, error)
Click to show internal directories.
Click to hide internal directories.