pub type BaseAddressDetectionPOIType = BNBaseAddressDetectionPOIType;
Aliased Type§
enum BaseAddressDetectionPOIType {
POIString = 0,
POIFunction = 1,
POIDataVariable = 2,
POIFileStart = 3,
POIFileEnd = 4,
}
pub type BaseAddressDetectionPOIType = BNBaseAddressDetectionPOIType;
enum BaseAddressDetectionPOIType {
POIString = 0,
POIFunction = 1,
POIDataVariable = 2,
POIFileStart = 3,
POIFileEnd = 4,
}