FiscalPrinter.SetPosId(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the POS and cashier identifiers.
public abstract void SetPosId (string posId, string cashierId);
abstract member SetPosId : string * string -> unit
Public MustOverride Sub SetPosId (posId As String, cashierId As String)
Parameters
- posId
- String
Identifier for the POS system.
- cashierId
- String
Identifier of the cashier.