Beacon$Impl class

Implemented types

Constructors

Beacon$Impl(Pointer<Void> handle)

Properties

hashCode int
The hash code for this object.
no setterinherited
locationId int
@brief beacon's location identifier.
no setteroverride
major int
@brief beacon's major. Values 1-65535
no setteroverride
minor int
@brief beacon's minor. Values 1-65535
no setteroverride
name String
@brief beacon's name.
no setteroverride
point Point
@brief beacon's X and Y coordinates in meters as @see Point "Point" (within the sublocation).
no setteroverride
power int?
@brief beacon's power.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransmitterStatus
@brief iBeacon status. @see TransmitterStatus "TransmitterStatus"
no setteroverride
sublocationId int
@brief beacon's sublocation identifier.
no setteroverride
uuid String
@brief beacon's uuid. Format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited