Example #1
0
long __fastcall TComm::ConnectX(long Protocol/*[in]*/, BSTR Address/*[in]*/, long Port/*[in]*/, 
                                long KeyCipher/*[in]*/, BSTR Key/*[in]*/, long KeyLen/*[in]*/)
{
  long value;
  OLECHECK(GetDefaultInterface()->ConnectX(Protocol, Address, Port, KeyCipher, Key, KeyLen, (long*)&value));
  return value;
}
Example #2
0
void __fastcall TEZGEM::DisableAlarm(long ALID)
{
  GetDefaultInterface()->DisableAlarm(ALID);
}
Example #3
0
long __fastcall TComm::get_FieldCount(void)
{
  long value;
  OLECHECK(GetDefaultInterface()->get_FieldCount((long*)&value));
  return value;
}
Example #4
0
BSTR __fastcall TComm::get_Buffer(void)
{
  BSTR value = 0;
  OLECHECK(GetDefaultInterface()->get_Buffer((BSTR*)&value));
  return value;
}
Example #5
0
long __fastcall TComm::get_SenderId(void)
{
  long value;
  OLECHECK(GetDefaultInterface()->get_SenderId((long*)&value));
  return value;
}
Example #6
0
void __fastcall TComm::set_ReceiveTimeOut(long value/*[in]*/)
{
  GetDefaultInterface()->set_ReceiveTimeOut(value/*[in]*/);
}
Example #7
0
BSTR __fastcall TComm::GetFieldName(long Index/*[in]*/)
{
  BSTR value = 0;
  OLECHECK(GetDefaultInterface()->GetFieldName(Index, (BSTR*)&value));
  return value;
}
Example #8
0
void __fastcall TComm::CreateX(long Order/*[in]*/)
{
  GetDefaultInterface()->CreateX(Order/*[in]*/);
}
Example #9
0
long __fastcall TComm::DisConnect(void)
{
  long value;
  OLECHECK(GetDefaultInterface()->DisConnect((long*)&value));
  return value;
}
Example #10
0
void __fastcall TComm::SetHead(int BranchNo/*[in]*/, int FuncNo/*[in]*/)
{
  GetDefaultInterface()->SetHead(BranchNo/*[in]*/, FuncNo/*[in]*/);
}
Example #11
0
long __fastcall TComm::Receive(void)
{
  long value;
  OLECHECK(GetDefaultInterface()->Receive((long*)&value));
  return value;
}
Example #12
0
long __fastcall TEZGEM::GetListItem(long lMsgId)
{
  return  GetDefaultInterface()->GetListItem(lMsgId);
}
Example #13
0
short __fastcall TEZGEM::AddListItem(long lMsgId, long lCount)
{
  return  GetDefaultInterface()->AddListItem(lMsgId, lCount);
}
Example #14
0
void __fastcall TEZGEM::DisableErrorMessage(void)
{
  GetDefaultInterface()->DisableErrorMessage();
}
Example #15
0
void __fastcall TEZGEM::SetStatusValueRange(long SVID, BSTR strMin, BSTR strMax)
{
  GetDefaultInterface()->SetStatusValueRange(SVID, strMin, strMax);
}
Example #16
0
void __fastcall TComm::FreePack(void)
{
  GetDefaultInterface()->FreePack();
}
Example #17
0
long __fastcall TComm::SendBuffer(BSTR value/*[in]*/)
{
  long valu;
  OLECHECK(GetDefaultInterface()->SendBuffer(value, (long*)&valu));
  return valu;
}
Example #18
0
void __fastcall TComm::AddField(BSTR sField/*[in]*/)
{
  GetDefaultInterface()->AddField(sField/*[in]*/);
}
Example #19
0
void __fastcall TComm::AddValue(BSTR sValue/*[in]*/)
{
  GetDefaultInterface()->AddValue(sValue/*[in]*/);
}
Example #20
0
void __fastcall TComm::SetRange(long FieldCount/*[in]*/, long RowCount/*[in]*/)
{
  GetDefaultInterface()->SetRange(FieldCount/*[in]*/, RowCount/*[in]*/);
}
Example #21
0
long __fastcall TComm::get_ReceiveTimeOut(void)
{
  long value;
  OLECHECK(GetDefaultInterface()->get_ReceiveTimeOut((long*)&value));
  return value;
}
Example #22
0
void __fastcall TComm::MoveBy(long Step/*[in]*/)
{
  GetDefaultInterface()->MoveBy(Step/*[in]*/);
}
Example #23
0
void __fastcall TComm::set_SectionIndex(long value/*[in]*/)
{
  GetDefaultInterface()->set_SectionIndex(value/*[in]*/);
}
Example #24
0
BSTR __fastcall TComm::FieldByName(BSTR FieldName/*[in]*/)
{
  BSTR value = 0;
  OLECHECK(GetDefaultInterface()->FieldByName(FieldName, (BSTR*)&value));
  return value;
}
Example #25
0
void __fastcall TComm::set_SenderId(long value/*[in]*/)
{
  GetDefaultInterface()->set_SenderId(value/*[in]*/);
}
Example #26
0
void __fastcall TComm::SetConnect(void)
{
  GetDefaultInterface()->SetConnect();
}
Example #27
0
void __fastcall TComm::set_Buffer(BSTR value/*[in]*/)
{
  GetDefaultInterface()->set_Buffer(value/*[in]*/);
}
Example #28
0
void __fastcall TComm::CreatePack(void)
{
  GetDefaultInterface()->CreatePack();
}
Example #29
0
long __fastcall TComm::get_Connection(void)
{
  long value;
  OLECHECK(GetDefaultInterface()->get_Connection((long*)&value));
  return value;
}
Example #30
0
void __fastcall TEZGEM::DisableMultiBlockInquire(void)
{
  GetDefaultInterface()->DisableMultiBlockInquire();
}