TBLAttBeaconEvent constructor

TBLAttBeaconEvent(
  1. WHERE_CALLED_FROM called_from
)

Implementation

TBLAttBeaconEvent(WHERE_CALLED_FROM called_from) {
  this._called_from = called_from;
}