Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 2.09 KB

commandlogging.rst

File metadata and controls

86 lines (49 loc) · 2.09 KB

commandlogging

Command Logging

The follow set of classes are used to provide access to the defined loggers as a client or a service. For example, instances of these classes can be stacked on top of a UDP or TCP director to provide debugging to remote devices or to BACpypes applications running as a daemon where there is no interactive command capability.

This is a long line of text.

__init__(self, commander, destination, loggerName)

param commander

record to format

param destination

record to format

param loggerName

record to format

This is a long line of text.

emit(self, record)

param commander

record to format

This is a long line of text.

This is a long line of text.

handlers

This is a long line of text.

process_command(self, cmd, addr)

param cmd

command message to be processed

param addr

address of source of request/response

This is a long line of text.

emit(self, msg, addr)

param msg

message to send

param addr

address to send request/response

This is a long line of text.

This is a long line of text.

indication(pdu)

param pdu

command message to be processed

This is a long line of text.

emit(self, msg, addr)

param msg

message to send

param addr

address to send response

This is a long line of text.

This is a long line of text.

confirmation(pdu)

param pdu

command message to be processed

This is a long line of text.

emit(self, msg, addr)

param msg

message to send

param addr

address to send request

This is a long line of text.