#include <pyfbsdk.h>

Public Member Functions | |
| FBEventConnectionKeyingNotify (HKEventBase pEvent) | |
| Constructor. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBConnectionAction | Action |
| Read Only Property: Connection's action performed. | |
| FBPlug | Plug |
| Read Only Property: The plug involved in the action. | |
| FBProperty | Property |
| Read Only Property: The property involved in the action. | |
| FBTime | StartTime |
| Read Only Property: For kFBKeyingDeleteKey, it represents the start time of the range of keys being deleted. For kFBKeyingKey, it represents the time at which the key was added. | |
| FBTime | StopTime |
| Read Only Property: Only available for kFBKeyingDeleteKey, it represents the stop time of the range of keys being deleted. | |
Public Attributes inherited from FBEvent | |
| int | Type |
| Read Only Property: Type of event. | |
| FBEventConnectionKeyingNotify | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBConnectionAction Action |
Read Only Property: Connection's action performed.
| FBPlug Plug |
Read Only Property: The plug involved in the action.
| FBProperty Property |
Read Only Property: The property involved in the action.
| FBTime StartTime |
Read Only Property: For kFBKeyingDeleteKey, it represents the start time of the range of keys being deleted. For kFBKeyingKey, it represents the time at which the key was added.
| FBTime StopTime |
Read Only Property: Only available for kFBKeyingDeleteKey, it represents the stop time of the range of keys being deleted.