Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

guten tag

gibt es eine möglichkeit c++ ins c# zu überstezen

und noch kann mir jemanden diese zeile ins c# übersetzen

I16 AngeloRTV_Capture_Start (U16 PortNo, U32 Cap-

tureNo)

I16 AngeloRTV_Select_Channel (U16 PortNo, U16

Multiplex)

I16 AngeloRTV_Capture_Stop (U16 PortNo)

I16 AngeloRTV_Capture_Config (U16 PortNo, U32

Start_Field)

I16 AngeloRTV_Sync_Grab(U16 PortNo, U32*

Start_Address, U32* Width, U32* Height, U32*

Size_Byte)

danke im voraus

gibt es eine möglichkeit c++ ins c# zu überstezen
Kommt auf den Code an.

und noch kann mir jemanden diese zeile ins c# übersetzen
Das sind anscheinend Funktionsdeklarationen, bei denen das abschließende Semikolon fehlt. Kann man sicher übersetzen, wenn du verrätst, was I16, U16 und U32 ist. Das wird aber nicht viel nützen, weil Funktionsdeklarationen nichts tun. Oder willst du wissen, wie du diese Funktionen aus C# aufrufen kannst?

Beispiel für C#:

I16 Funktionsname(U16 Parameter1, U32 Parameter2)

wird für PInvoke z.B. zu

private static extern Int16 Funktionsname(UInt16 Parameter1, UInt32 Parameter2);

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.